CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像 缩放

搜索资源列表

  1. Example028-缩放时使用插值模式控制图像质量

    1下载:
  2. 使用VC.n。et,编写一个应用程序,用来缩放时使用插值模式控制图像质量。-VC.n use. Et, to prepare an application that used to zoom use interpolation mode control image quality.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:65085
    • 提供者:刘亚平
  1. ImageBoard

    1下载:
  2. 功能十分强大的数字图像处理程序,具有基本的图像输入和变换,图形的即时绘制,彩色图像处理,图像旋转平移缩放,分离滤除RGB三原色,边缘检测与提取,频域变换(FFT,DCT),中值滤波等功能-Function is very powerful digital image processing procedures, have a basic input and transform images, graphics, real-time rendering, color image processin
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4040739
    • 提供者:Myrrhy
  1. Graphic_dispose

    0下载:
  2. 图像处理的边缘检测算法(c#) 很好的图像处理算法的源代码C#程序 可以截取图像,缩放,灰度,二值化-It is helpful for you to recognize the character in picture.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:258736
    • 提供者:杜承虎
  1. 24bitscaring

    0下载:
  2. 对真彩色图像的缩放处理,并对图像失真进行有效的算法处理,并能保存缩放后的图片-Pairs of true color image scaling processing, and image distortion algorithms for effective treatment, and can save the scaled image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5943811
    • 提供者:xusen
  1. ImageInterpolate

    0下载:
  2. 实现图像的插值功能,任意尺寸进行缩放,程序采用VC6.0编译通过-image Interpolate function,can enlargethe image by any scale,using VC
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3637751
    • 提供者:hewei
  1. goddy

    0下载:
  2. 基于傅立叶梅林变换的图像配准算法可以控制旋转缩放参数实现配准-Fourier Mellin transform based image registration algorithm can control the rotation scaling parameters to achieve registration
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:533460
    • 提供者:程森
  1. aaaa

    0下载:
  2. 利用Opengcv实现图像的任意角度旋转与缩放功能-Using Opengcv achieve any angle image rotation and scaling function ~ ~ ~
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:86785
    • 提供者:小田
  1. ZoomandScroll

    1下载:
  2. 该程序是一个图片显示与缩放的示例,一般网上查询的代码要么是图片缩放的,要么是滚动条使用的。而很少有在图像缩放时,同时更新滚动条信息,然后拖动滚动条查询缩放后的图像。-Zoom in and Zoom out image with scroll bar. Zoom the image and change the scrool bar s position at the same time.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-11
    • 文件大小:2773307
    • 提供者:缪炜
  1. SclBMP

    0下载:
  2. 图像快速无级缩放,提供简单的API调用即可实现对bmp、jpeg格式的图像进行无级缩放。-Stepless speed image scaling, provides a simple API call can be realized on the bmp, jpeg format image stepless zoom.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:3801
    • 提供者:老狼
  1. suofang

    0下载:
  2. vc关于图像缩放的源码,希望对大家有所帮助-vc on the image scaling source, we want to help
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:40402
    • 提供者:
  1. C#图像处理算法典型实例

    1下载:
  2. 图像处理:灰度,线性点运算,直方图,图像缩放,腐蚀结构元素,带通滤波,噪声模型等图像处理算法,包括素材和源代码。(Image processing: gray level, linear point operation, histogram, image scaling, corrosion structure elements, band pass filter, noise model and other image processing algorithms, including mate
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:17165312
    • 提供者:woxihuan
  1. tuxiangsuofangxianshi

    0下载:
  2. 图形缩放显示,图像处理必备程序,新手入门级(Graphical zoom display, image processing essential procedures)
  3. 所属分类:图形图象

    • 发布日期:2017-12-29
    • 文件大小:11264
    • 提供者:一切还好pz
  1. binary_interpolation

    0下载:
  2. 本算法使用双线性插值法对图像进行缩放变换(The bilinear interpolation method is used to scale and transform the image)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:文天
  1. Three_convolution

    1下载:
  2. matlab实现对图像的双三次卷积内插,以图像的缩放为例子(Matlab to the image of the double triple convolution interpolation, with the image zooming as an example)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:tgod1994
  1. Bilinear

    0下载:
  2. 采用双线性内插对图像进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Bilinear interpolation is used to zoom the image n times, with examples of pictures, notes, can run, welcome exchanges.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:6144
    • 提供者:明日萌
  1. NearestNeighbor

    0下载:
  2. 采用最近邻法对图像进行插值,进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Using the nearest neighbor method for image interpolation, n times zoom, there are examples of pictures, notes, can run, welcome exchanges.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:6144
    • 提供者:明日萌
  1. ResizeImage

    0下载:
  2. 非常简单的图像的缩放处理,应用c语言实现。(Image zoom processing, simple basic application C language implementation)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:8852480
    • 提供者:飞_
  1. 数字图像的几何变换

    0下载:
  2. 图像的几何变换是图像处理的基础内容之一,通过几何变换不仅可以产生某些特殊的效果,而且可以简化图像处理过程和分析程序。论文对常用图像的几何变换的数学基础、算法原理、算法仿真、和畸变校正技术进行研究。主要探讨了数字图像的几何变换(包括图像的平移、图像的缩放、图像的旋转以及镜像变换)理论,以MATLAB为工具,以最近邻插法、双线性插值法和双三次插值法三种常用数字图像差值算法为基础,实现了数字图像的一系列几何变换。几何变换是将几何图形按照某种法则或规律变成另一种几何图形的过程它对于几何学的研究有重要作用
  3. 所属分类:文档资料

  1. 图像处理

    1下载:
  2. 一个图像处理方法,主要的功能:将一副图像选定的区域(多边形、矩形、圆形、椭圆)复制到另一副图像的指定位置。 本程序辅助功能(区域或全图): ? 图像的亮度、饱和度、色彩平衡、对比度、灰度调整。 ? 图像的功能虑镜:反色(底片)、曝光、浮雕、雕刻、模糊、锐化、紫色、幽灵。 ? 边缘模糊、旋转、图像缩放、图像剪切(矩形区域)。 ? 信封打印。(The main function of an image processing method is to copy the selected area of
  3. 所属分类:图形图象

    • 发布日期:2018-12-21
    • 文件大小:745472
    • 提供者:ghostalien
  1. 支持缩放拖动的halcon控件 c#开源源码

    2下载:
  2. 控件功能 1,支持鼠标中键缩放和左键拖动 2,支持在图像缩放后,region,xld,roi能够复现 3,支持region,xld按照指定颜色显示,并在缩放后复现 4,支持矩形1,矩形2,圆,和直线roi的绘制 5,可以显示当前鼠标左键所在位置的图像灰度值 6,可以保存原图,或者截屏当前窗口 7,程序是32位,halcon版本是12. 8,halcon10,11也是支持的,只需要更改下halcon的dll,重新编译就是了 9,使用vb.net的同学照样能使用此
  3. 所属分类:C#编程

« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com